home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_22164_prevMarkCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
289b
|
12 lines
global tct,H,T,Bname
getvalues
if H│2 then
repeat with a=H down to 2
if T>(line a of fld "marked cards") then exit repeat
end repeat
if a=2 and line 2 of fld "marked Cards"│T then
go cd line H of fld "marked cards"+tct
else
if a>1 then go cd line a of fld "marked cards"+tct
end if
end if